func net.doBlockingWithCtx

5 uses

	net (current package)
		cgo_unix.go#L46: func doBlockingWithCtx[T any](ctx context.Context, lookupName string, blocking func() (T, error)) (T, error) {
		cgo_unix.go#L118: 	return doBlockingWithCtx(ctx, network+"/"+service, func() (int, error) {
		cgo_unix.go#L225: 	return doBlockingWithCtx(ctx, name, func() ([]IPAddr, error) {
		cgo_unix.go#L253: 	return doBlockingWithCtx(ctx, addr, func() ([]string, error) {
		cgo_unix.go#L312: 	return doBlockingWithCtx(ctx, hostname, func() ([]dnsmessage.Resource, error) {